home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
Digital Quill
/
Rexx
/
Time.quill
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-27
|
231 b
|
20 lines
/**
** $VER: Time.quill 1.0 (30.9.94)
** By Timothy J. Aston
**
** Quickly nserts the time at the current cursor position.
**
**/
/* Some setup first.
*/
options results
options failat 200
main:
'TEXT' time()
exit